projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0820c2c
)
(Fy_or_n_p): Handle `recenter' response type.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 22 Mar 1993 06:54:36 +0000
(06:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 22 Mar 1993 06:54:36 +0000
(06:54 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 75c0dfbf8a5d05076c3fe2388e584c778bcf8aa6..27927d73abec6357206a6bcea66a7361a95b6abc 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-1131,6
+1131,12
@@
Also accepts Space to mean yes, or Delete to mean no.")
answer = 1;
break;
}
+ else if (EQ (def, intern ("recenter")))
+ {
+ Frecenter (Qnil);
+ xprompt = prompt;
+ continue;
+ }
else if (EQ (def, intern ("quit")))
Vquit_flag = Qt;